ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / InputDateBaseTagHelper<TControl> Class / WeeksAfter Property

In This Topic
    WeeksAfter Property (InputDateBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.InputDateBase.WeeksAfter. Sets the number of weeks to show on the calendar after the current month.
    Syntax
    'Declaration
     
    Public Property WeeksAfter As Integer
    public int WeeksAfter {get; set;}
    Remarks
    The default value for this property is zero.
    See Also